home *** CD-ROM | disk | FTP | other *** search
- on startRollover whichSprite
- hStartRolloverAction(whichSprite)
- end
-
- on mouseDown
- if hButtonAction02() then
- mouseUp()
- end if
- end
-
- on mouseUp
- cursor(4)
- if field "user's editable text" = EMPTY then
- hFingerPointingCursor()
- alert("Please enter any question into the space provided.")
- else
- hCheckCurrentFrameLabel()
- play frame "spin the wheel"
- end if
- end
-
- on endRollover whichSprite
- hEndRolloverAction(whichSprite)
- end
-